remove created_at from default options

Andrew Cantino 10 years ago
parent
commit
84fd8bedb5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/models/agents/event_formatting_agent.rb

+ 1 - 2
app/models/agents/event_formatting_agent.rb

@@ -95,8 +95,7 @@ module Agents
95 95
         'instructions' => {
96 96
           'message' =>  "You received a text {{text}} from {{fields.from}}",
97 97
           'agent' => "{{agent.type}}",
98
-          'some_other_field' => "Looks like the weather is going to be {{fields.weather}}",
99
-          'created_at' => "{{created_at}}"
98
+          'some_other_field' => "Looks like the weather is going to be {{fields.weather}}"
100 99
         },
101 100
         'matchers' => [],
102 101
         'mode' => "clean",